Use pointer integer types for comparisons
authorDanny Robson <danny@blubinc.net>
Sun, 19 Jul 2009 09:24:54 +0000 (19:24 +1000)
committerMartin Nordholts <martinn@src.gnome.org>
Sun, 19 Jul 2009 11:24:45 +0000 (13:24 +0200)
commit5bca0ac9fec91233f15298cf2bfa9eebb5502f7b
tree2bc5fb3e77aa73f051f92f2eff939325dc57149f
parent07095a0435f629a114ccf3be1dae2f07141f7c96
Use pointer integer types for comparisons

Convert all occurences of pointer arithmetic using integral types to use
the standard ptrdiff_t and intptr_t types. Fixes some build warnings.
babl/babl-fish.c
babl/babl-memory.c
extensions/sse-fixups.c